SETUP

If you are running the code on macOS:

    conda env create -f IdealizedExperiment_mac_env.yml

For other operating systems:

    conda env create -f IdealizedExperiment_env.yml


RUNNING THE EXPERIMENT

After the environment is created and activated, run the following command:

    python main.py


OUTPUT

The code will output the experimental results for each training set. The heatmap images and data CSV files for the population loss will be saved in the main folder.

Additionally, the code will create a Plot folder. Inside the Plot folder, there will be a subfolder for each training set, each containing the corresponding heatmaps and data CSV files.